home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form frmNew
- BackColor = &H80000012&
- BorderStyle = 1 'Fixed Single
- Caption = "New"
- ClientHeight = 1485
- ClientLeft = 4635
- ClientTop = 2835
- ClientWidth = 1875
- Icon = "frmNew.frx":0000
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 1485
- ScaleWidth = 1875
- Begin VB.CommandButton cmdDone
- Caption = "Done"
- Height = 375
- Left = 240
- TabIndex = 1
- Top = 960
- Width = 1335
- End
- Begin VB.Label Label1
- BackColor = &H80000012&
- Caption = " All this command does is open another session of DoorWays."
- ForeColor = &H000000FF&
- Height = 735
- Left = 120
- TabIndex = 0
- Top = 120
- Width = 1575
- End
- Attribute VB_Name = "frmNew"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub cmdDone_Click()
- frmNew.Hide
- frmFile.Show
- End Sub
-